[INFO] cloning repository https://github.com/neuralline/cyre-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neuralline/cyre-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneuralline%2Fcyre-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneuralline%2Fcyre-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b24ed0a2ee6f2a30692ef56eaff7b63c9ed1dd5e
[INFO] fixing neuralline/cyre-rust against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneuralline%2Fcyre-rust" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/neuralline/cyre-rust
[INFO] removed 1 missing examples
[INFO] finished tweaking git repo https://github.com/neuralline/cyre-rust
[INFO] tweaked toml for git repo https://github.com/neuralline/cyre-rust written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/neuralline/cyre-rust on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/neuralline/cyre-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hyper-util v0.1.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132
[INFO] running `Command { std: "docker" "start" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.173
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling syn v2.0.103
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-test v0.4.4
[INFO] [stderr]     Checking serde_path_to_error v0.1.17
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.6.0
[INFO] [stderr]     Checking cyre v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find type `ValidationResult` in this scope
[INFO] [stdout]    --> src/talent/types.rs:386:50
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn test_schema_fn(payload: ActionPayload) -> ValidationResult {
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout] 383 +     use crate::ValidationResult;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ValidationResult` in this scope
[INFO] [stdout]    --> src/talent/types.rs:388:9
[INFO] [stdout]     |
[INFO] [stdout] 388 |         ValidationResult {
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout] 383 +     use crate::ValidationResult;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::json`
[INFO] [stdout]    --> src/channel/channel.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 302 |     use serde_json::json;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper` in this scope
[INFO] [stdout]  --> examples/iot-client-simulator.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use hyper::client::HttpConnector;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper` in this scope
[INFO] [stdout]   --> examples/iot-client-simulator.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use hyper::header::CONTENT_TYPE;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyper`
[INFO] [stdout]  --> examples/iot-client-simulator.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hyper::{Body, Client, Method, Request, Uri};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0505]: cannot move out of `channel_id` because it is borrowed
[INFO] [stdout]    --> examples/modular_performance_test.rs:195:30
[INFO] [stdout]     |
[INFO] [stdout] 194 |         let channel_id = id.to_string();
[INFO] [stdout]     |             ---------- binding `channel_id` declared here
[INFO] [stdout] 195 |         cyre.on(&channel_id, move |payload| {
[INFO] [stdout]     |              -- -----------  ^^^^^^^^^^^^^^ move out of `channel_id` occurs here
[INFO] [stdout]     |              |  |
[INFO] [stdout]     |              |  borrow of `channel_id` occurs here
[INFO] [stdout]     |              borrow later used by call
[INFO] [stdout] 196 |             let id = channel_id.clone();
[INFO] [stdout]     |                      ---------- move occurs due to use in closure
[INFO] [stdout]     |
[INFO] [stdout] help: consider cloning the value if the performance cost is acceptable
[INFO] [stdout]     |
[INFO] [stdout] 195 |         cyre.on(&channel_id.clone(), move |payload| {
[INFO] [stdout]     |                            ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:474:37
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:499:33
[INFO] [stdout]     |
[INFO] [stdout] 499 |             let mut rng = rand::thread_rng();
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:532:37
[INFO] [stdout]     |
[INFO] [stdout] 532 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:554:37
[INFO] [stdout]     |
[INFO] [stdout] 554 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:598:37
[INFO] [stdout]     |
[INFO] [stdout] 598 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:912:29
[INFO] [stdout]     |
[INFO] [stdout] 912 |         let mut rng = rand::thread_rng();
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:940:29
[INFO] [stdout]     |
[INFO] [stdout] 940 |         let mut rng = rand::thread_rng();
[INFO] [stdout]     |                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> examples/cyre-server.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/advanced_demo.rs:32:38
[INFO] [stdout]    |
[INFO] [stdout] 32 |       cyre.on("api-request", |payload| async move {
[INFO] [stdout]    |  ______________________________________^
[INFO] [stdout] 33 | |         println!("🌐 API request processed: {}", payload);
[INFO] [stdout] ...  |
[INFO] [stdout] 55 | |     });
[INFO] [stdout]    | |_____^ expected `Pin<Box<...>>`, found `async` block
[INFO] [stdout]    |
[INFO] [stdout]    = note:     expected struct `Pin<Box<(dyn Future<Output = cyre_rust::CyreResponse> + Send + 'static)>>`
[INFO] [stdout]            found `async` block `{async block@examples/advanced_demo.rs:32:38: 32:48}`
[INFO] [stdout] help: you need to pin and box this expression
[INFO] [stdout]    |
[INFO] [stdout] 32 ~     cyre.on("api-request", |payload| Box::pin(async move {
[INFO] [stdout] 33 |         println!("🌐 API request processed: {}", payload);
[INFO] [stdout] ...
[INFO] [stdout] 54 |         }
[INFO] [stdout] 55 ~     }));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:60:47
[INFO] [stdout]     |
[INFO] [stdout]  60 |           let result = cyre.call("api-request", Some(json!({
[INFO] [stdout]     |  ___________________________----________________^
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           arguments to this method are incorrect
[INFO] [stdout]  61 | |             "endpoint": "/users",
[INFO] [stdout]  62 | |             "method": "GET",
[INFO] [stdout]  63 | |             "request_id": i
[INFO] [stdout]  64 | |         }))).await;
[INFO] [stdout]     | |___________^ expected `Value`, found `Option<Value>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Value`
[INFO] [stdout]                found enum `Option<Value>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/core/mod.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn call(&self, id: &str, payload: ActionPayload) -> CyreResponse {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `Option<Value>` into `Value`
[INFO] [stdout]     |
[INFO] [stdout]  64 |         })).into()).await;
[INFO] [stdout]     |            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper` in this scope
[INFO] [stdout]    --> examples/iot-client-simulator.rs:627:18
[INFO] [stdout]     |
[INFO] [stdout] 627 |     let client = hyper::Client::new();
[INFO] [stdout]     |                  ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:84:39
[INFO] [stdout]     |
[INFO] [stdout]  84 |       cyre.on("smart-search", |payload| async move {
[INFO] [stdout]     |  _______________________________________^
[INFO] [stdout]  85 | |         let query = payload["query"].as_str().unwrap_or("").to_string();
[INFO] [stdout]  86 | |         println!("🔍 Executing search for: '{}'", query);
[INFO] [stdout] ...   |
[INFO] [stdout] 107 | |     });
[INFO] [stdout]     | |_____^ expected `Pin<Box<...>>`, found `async` block
[INFO] [stdout]     |
[INFO] [stdout]     = note:     expected struct `Pin<Box<(dyn Future<Output = cyre_rust::CyreResponse> + Send + 'static)>>`
[INFO] [stdout]             found `async` block `{async block@examples/advanced_demo.rs:84:39: 84:49}`
[INFO] [stdout] help: you need to pin and box this expression
[INFO] [stdout]     |
[INFO] [stdout]  84 ~     cyre.on("smart-search", |payload| Box::pin(async move {
[INFO] [stdout]  85 |         let query = payload["query"].as_str().unwrap_or("").to_string();
[INFO] [stdout] ...
[INFO] [stdout] 106 |         }
[INFO] [stdout] 107 ~     }));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:114:48
[INFO] [stdout]     |
[INFO] [stdout] 114 |           let result = cyre.call("smart-search", Some(json!({
[INFO] [stdout]     |  ___________________________----_________________^
[INFO] [stdout]     | |                           |
[INFO] [stdout]     | |                           arguments to this method are incorrect
[INFO] [stdout] 115 | |             "query": term,
[INFO] [stdout] 116 | |             "timestamp": timestamp()
[INFO] [stdout] 117 | |         }))).await;
[INFO] [stdout]     | |___________^ expected `Value`, found `Option<Value>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Value`
[INFO] [stdout]                found enum `Option<Value>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/core/mod.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn call(&self, id: &str, payload: ActionPayload) -> CyreResponse {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `Option<Value>` into `Value`
[INFO] [stdout]     |
[INFO] [stdout] 117 |         })).into()).await;
[INFO] [stdout]     |            +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:139:37
[INFO] [stdout]     |
[INFO] [stdout] 139 |       cyre.on("user-state", |payload| async move {
[INFO] [stdout]     |  _____________________________________^
[INFO] [stdout] 140 | |         println!("📝 User state updated: {}", payload);
[INFO] [stdout] 141 | |         
[INFO] [stdout] 142 | |         let timestamp = SystemTime::now()
[INFO] [stdout] ...   |
[INFO] [stdout] 159 | |     });
[INFO] [stdout]     | |_____^ expected `Pin<Box<...>>`, found `async` block
[INFO] [stdout]     |
[INFO] [stdout]     = note:     expected struct `Pin<Box<(dyn Future<Output = cyre_rust::CyreResponse> + Send + 'static)>>`
[INFO] [stdout]             found `async` block `{async block@examples/advanced_demo.rs:139:37: 139:47}`
[INFO] [stdout] help: you need to pin and box this expression
[INFO] [stdout]     |
[INFO] [stdout] 139 ~     cyre.on("user-state", |payload| Box::pin(async move {
[INFO] [stdout] 140 |         println!("📝 User state updated: {}", payload);
[INFO] [stdout] ...
[INFO] [stdout] 158 |         }
[INFO] [stdout] 159 ~     }));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper` in this scope
[INFO] [stdout]    --> examples/iot-client-simulator.rs:173:27
[INFO] [stdout]     |
[INFO] [stdout] 173 |                     match hyper::body::to_bytes(response.into_body()).await {
[INFO] [stdout]     |                           ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout]   5 + use axum::body;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `body`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 173 -                     match hyper::body::to_bytes(response.into_body()).await {
[INFO] [stdout] 173 +                     match body::to_bytes(response.into_body()).await {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:168:43
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let result1 = cyre.call("user-state", Some(state1)).await;
[INFO] [stdout]     |                        ----               ^^^^^^^^^^^^ expected `Value`, found `Option<Value>`
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Value`
[INFO] [stdout]                found enum `Option<Value>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/core/mod.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn call(&self, id: &str, payload: ActionPayload) -> CyreResponse {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `Option<Value>` into `Value`
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let result1 = cyre.call("user-state", Some(state1).into()).await;
[INFO] [stdout]     |                                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:169:43
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let result2 = cyre.call("user-state", Some(state2)).await;
[INFO] [stdout]     |                        ----               ^^^^^^^^^^^^ expected `Value`, found `Option<Value>`
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Value`
[INFO] [stdout]                found enum `Option<Value>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/core/mod.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn call(&self, id: &str, payload: ActionPayload) -> CyreResponse {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `Option<Value>` into `Value`
[INFO] [stdout]     |
[INFO] [stdout] 169 |     let result2 = cyre.call("user-state", Some(state2).into()).await;
[INFO] [stdout]     |                                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/simple_usage.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     let validation_talent = Talent::schema(
[INFO] [stdout]    |                             -------------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 95 |         require_fields(&["name", "email"])
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected fn pointer, found opaque type
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/talent/functions.rs:12:53
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn require_fields<'a>(fields: &'a [&'a str]) -> impl Fn(ActionPayload) -> ValidationResult + 'a {
[INFO] [stdout]    |                                                     ----------------------------------------------- the found opaque type
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected fn pointer `fn(Value) -> ValidationResult`
[INFO] [stdout]              found opaque type `impl Fn(Value) -> ValidationResult + '_`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/talent/types.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn schema(
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyre` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let result3 = cyre.call("user-state", Some(state3)).await;
[INFO] [stdout]     |                        ----               ^^^^^^^^^^^^ expected `Value`, found `Option<Value>`
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Value`
[INFO] [stdout]                found enum `Option<Value>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> src/core/mod.rs:166:18
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub async fn call(&self, id: &str, payload: ActionPayload) -> CyreResponse {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] help: call `Into::into` on this expression to convert `Option<Value>` into `Value`
[INFO] [stdout]     |
[INFO] [stdout] 170 |     let result3 = cyre.call("user-state", Some(state3).into()).await;
[INFO] [stdout]     |                                                       +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/simple_usage.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout]  98 |     let transform_talent = Talent::transform(
[INFO] [stdout]     |                            ----------------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 102 |         add_timestamp("processed_at")
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected fn pointer, found opaque type
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/talent/functions.rs:234:43
[INFO] [stdout]     |
[INFO] [stdout] 234 | pub fn add_timestamp(field_name: &str) -> impl Fn(ActionPayload) -> ActionPayload + '_ {
[INFO] [stdout]     |                                           -------------------------------------------- the found opaque type
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected fn pointer `fn(Value) -> Value`
[INFO] [stdout]               found opaque type `impl Fn(Value) -> Value + '_`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/talent/types.rs:89:12
[INFO] [stdout]     |
[INFO] [stdout]  89 |     pub fn transform(
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/simple_usage.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     let cleanup_talent = Talent::transform(
[INFO] [stdout]     |                          ----------------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 109 |         remove_field("password")
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^ expected fn pointer, found opaque type
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/talent/functions.rs:183:42
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub fn remove_field(field_name: &str) -> impl Fn(ActionPayload) -> ActionPayload + '_ {
[INFO] [stdout]     |                                          -------------------------------------------- the found opaque type
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected fn pointer `fn(Value) -> Value`
[INFO] [stdout]               found opaque type `impl Fn(Value) -> Value + '_`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/talent/types.rs:89:12
[INFO] [stdout]     |
[INFO] [stdout]  89 |     pub fn transform(
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0505`.
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:483:55
[INFO] [stdout]     |
[INFO] [stdout] 483 |                     let temperature = base_temp + rng.gen_range(-3.0..3.0);
[INFO] [stdout]     |                                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:502:33
[INFO] [stdout]     |
[INFO] [stdout] 502 |                 let delay = rng.gen_range(10..60); // 10-60 seconds
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:505:47
[INFO] [stdout]     |
[INFO] [stdout] 505 |                 let location = &locations[rng.gen_range(0..locations.len())];
[INFO] [stdout]     |                                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_bool`: Renamed to `random_bool`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:506:43
[INFO] [stdout]     |
[INFO] [stdout] 506 |                 let motion_detected = rng.gen_bool(0.3); // 30% chance of motion
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:507:38
[INFO] [stdout]     |
[INFO] [stdout] 507 |                 let confidence = rng.gen_range(0.7..1.0);
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:535:43
[INFO] [stdout]     |
[INFO] [stdout] 535 |                     let consumption = rng.gen_range(range.clone());
[INFO] [stdout]     |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:557:42
[INFO] [stdout]     |
[INFO] [stdout] 557 |                     let brightness = rng.gen_range(20..100);
[INFO] [stdout]     |                                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_bool`: Renamed to `random_bool`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:558:40
[INFO] [stdout]     |
[INFO] [stdout] 558 |                     let state = if rng.gen_bool(0.8) { "on" } else { "off" };
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:560:45
[INFO] [stdout]     |
[INFO] [stdout] 560 |                     let color = &colors[rng.gen_range(0..colors.len())];
[INFO] [stdout]     |                                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyre` (example "modular_performance_test") due to 1 previous error
[INFO] [stdout] error[E0599]: no method named `get_metrics` found for struct `cyre_rust::Cyre` in the current scope
[INFO] [stdout]    --> examples/advanced_demo.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let metrics = cyre.get_metrics();
[INFO] [stdout]     |                        ^^^^^^^^^^^ method not found in `cyre_rust::Cyre`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/advanced_demo.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |         detect_changes: Some(true), // Skip duplicate requests
[INFO] [stdout]    |                         ^^^^^^^^^^ expected `bool`, found `Option<bool>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected type `bool`
[INFO] [stdout]               found enum `Option<bool>`
[INFO] [stdout] help: use `Option::is_some` to test if the `Option` has a value
[INFO] [stdout]    |
[INFO] [stdout] 28 |         detect_changes: Some(true).is_some(), // Skip duplicate requests
[INFO] [stdout]    |                                   ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/advanced_demo.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |         detect_changes: Some(true),
[INFO] [stdout]     |                         ^^^^^^^^^^ expected `bool`, found `Option<bool>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected type `bool`
[INFO] [stdout]                found enum `Option<bool>`
[INFO] [stdout] help: use `Option::is_some` to test if the `Option` has a value
[INFO] [stdout]     |
[INFO] [stdout] 135 |         detect_changes: Some(true).is_some(),
[INFO] [stdout]     |                                   ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 | /         tokio::spawn(async move {
[INFO] [stdout] 469 | |             let mut interval = interval(Duration::from_secs(30));
[INFO] [stdout] 470 | |             let locations = vec!["living_room", "bedroom", "kitchen", "garage", "basement"];
[INFO] [stdout] ...   |
[INFO] [stdout] 493 | |         });
[INFO] [stdout]     | |__________^ future created by async block is not `Send`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@examples/iot_mock_data_generator.rs:468:22: 468:32}`, the trait `Send` is not implemented for `Rc<UnsafeCell<ReseedingRng<rand_chacha::chacha::ChaCha12Core, OsRng>>>`
[INFO] [stdout] note: future is not `Send` as this value is used across an await
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:485:55
[INFO] [stdout]     |
[INFO] [stdout] 474 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                     ------- has type `ThreadRng` which is not `Send`
[INFO] [stdout] ...
[INFO] [stdout] 485 |                     let cyre_guard = cyre_temp.read().await;
[INFO] [stdout]     |                                                       ^^^^^ await occurs here, with `mut rng` maybe used later
[INFO] [stdout] note: required by a bound in `tokio::spawn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/spawn.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn spawn<F>(future: F) -> JoinHandle<F::Output>
[INFO] [stdout]     |            ----- required by a bound in this function
[INFO] [stdout] 167 |     where
[INFO] [stdout] 168 |         F: Future + Send + 'static,
[INFO] [stdout]     |                     ^^^^ required by this bound in `spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:600:66
[INFO] [stdout]     |
[INFO] [stdout] 600 |                 let (rule_name, actions) = &automation_rules[rng.gen_range(0..automation_rules.len())];
[INFO] [stdout]     |                                                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyre` (example "advanced_demo") due to 11 previous errors
[INFO] [stdout] error: future cannot be sent between threads safely
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:586:9
[INFO] [stdout]     |
[INFO] [stdout] 586 | /         tokio::spawn(async move {
[INFO] [stdout] 587 | |             let mut interval = interval(Duration::from_secs(120));
[INFO] [stdout] 588 | |             let automation_rules = vec![
[INFO] [stdout] 589 | |                 ("energy_optimization", vec!["reduce_hvac_load", "optimize_lighting", "schedule_appliances"]),
[INFO] [stdout] ...   |
[INFO] [stdout] 609 | |         });
[INFO] [stdout]     | |__________^ future created by async block is not `Send`
[INFO] [stdout]     |
[INFO] [stdout]     = help: within `{async block@examples/iot_mock_data_generator.rs:586:22: 586:32}`, the trait `Send` is not implemented for `Rc<UnsafeCell<ReseedingRng<rand_chacha::chacha::ChaCha12Core, OsRng>>>`
[INFO] [stdout] note: future is not `Send` as this value is used across an await
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:602:46
[INFO] [stdout]     |
[INFO] [stdout] 598 |                 let mut rng = rand::thread_rng();
[INFO] [stdout]     |                     ------- has type `ThreadRng` which is not `Send`
[INFO] [stdout] ...
[INFO] [stdout] 602 |                 let cyre_guard = cyre.read().await;
[INFO] [stdout]     |                                              ^^^^^ await occurs here, with `mut rng` maybe used later
[INFO] [stdout] note: required by a bound in `tokio::spawn`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/spawn.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn spawn<F>(future: F) -> JoinHandle<F::Output>
[INFO] [stdout]     |            ----- required by a bound in this function
[INFO] [stdout] 167 |     where
[INFO] [stdout] 168 |         F: Future + Send + 'static,
[INFO] [stdout]     |                     ^^^^ required by this bound in `spawn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_bool`: Renamed to `random_bool`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:943:16
[INFO] [stdout]     |
[INFO] [stdout] 943 |         if rng.gen_bool(0.05) { // 5% chance
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_bool`: Renamed to `random_bool`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:949:20
[INFO] [stdout]     |
[INFO] [stdout] 949 |             if rng.gen_bool(0.8) { // 80% recovery success rate
[INFO] [stdout]     |                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `error_type`
[INFO] [stdout]    --> examples/realistic_performance_test.rs:435:13
[INFO] [stdout]     |
[INFO] [stdout] 435 |         let error_type = i % 3;
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_error_type`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:915:35
[INFO] [stdout]     |
[INFO] [stdout] 915 |             "temperature" => (rng.gen_range(18.0..26.0), "°C".to_string()),
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:916:32
[INFO] [stdout]     |
[INFO] [stdout] 916 |             "humidity" => (rng.gen_range(30.0..70.0), "%".to_string()),
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:917:35
[INFO] [stdout]     |
[INFO] [stdout] 917 |             "air_quality" => (rng.gen_range(50.0..150.0), "AQI".to_string()),
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:918:35
[INFO] [stdout]     |
[INFO] [stdout] 918 |             "noise_level" => (rng.gen_range(25.0..65.0), "dB".to_string()),
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> examples/iot_mock_data_generator.rs:919:35
[INFO] [stdout]     |
[INFO] [stdout] 919 |             "light_level" => (rng.gen_range(0.0..1000.0), "lux".to_string()),
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] warning: fields `start_time` and `memory_peak` are never read
[INFO] [stdout]   --> examples/realistic_performance_test.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct PerformanceMetrics {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 37 |     start_time: Instant,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     memory_peak: AtomicUsize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PerformanceMetrics` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyre` (example "simple_usage") due to 3 previous errors
[INFO] [stderr] error: could not compile `cyre` (example "iot_mock_data_generator") due to 2 previous errors; 24 warnings emitted
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper` in this scope
[INFO] [stdout]    --> examples/iot-client-simulator.rs:628:24
[INFO] [stdout]     |
[INFO] [stdout] 628 |     let dashboard_uri: hyper::Uri = match format!("{}/dashboard", server_url).parse() {
[INFO] [stdout]     |                        ^^^^^ use of unresolved module or unlinked crate `hyper`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hyper`, use `cargo add hyper` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cyre` (example "iot-client-simulator") due to 6 previous errors
[INFO] [stdout] warning: field `active_automations` is never read
[INFO] [stdout]   --> examples/iot_smart_home_server.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct SmartHomeSystem {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     active_automations: Arc<RwLock<Vec<String>>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SmartHomeSystem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `generate_sensor_reading`, `simulate_device_issues`, and `generate_health_report` are never used
[INFO] [stdout]    --> examples/iot_smart_home_server.rs:933:8
[INFO] [stdout]     |
[INFO] [stdout] 931 | impl SmartHomeSystem {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 932 |     /// Generate a realistic sensor reading
[INFO] [stdout] 933 |     fn generate_sensor_reading(sensor_type: &str, location: &str) -> SensorReading {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 962 |     async fn simulate_device_issues(&self) {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 982 |     async fn generate_health_report(&self) -> HashMap<String, serde_json::Value> {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132", kill_on_drop: false }`
[INFO] [stdout] 6c3a9a0521500aa215d43a6055c0f0cb53508b5149497d580bed00ea3cfd4132
